home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Science / Chemistry / Titrate / card_3901.txt < prev    next >
Text File  |  1991-11-23  |  3KB  |  225 lines

  1. -- card: 3901 from stack: in
  2. -- bmap block id: 4323
  3. -- flags: 0000
  4. -- background id: 2767
  5. -- name: change
  6. ----- HyperTalk script -----
  7. on closecard
  8.   hide card field "correct"
  9.   hide  card field answ
  10. end closecard
  11. on opencard
  12.   hide card field "correct"
  13.   hide  card field answ
  14. end opencard
  15.  
  16.  
  17. -- part 12 (field)
  18. -- low flags: 00
  19. -- high flags: 0000
  20. -- rect: left=132 top=300 right=318 bottom=188
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 0
  24. -- font id: 3
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: loc1
  29.  
  30.  
  31. -- part 14 (button)
  32. -- low flags: 00
  33. -- high flags: 0001
  34. -- rect: left=204 top=58 right=96 bottom=232
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: New Button
  43.  
  44.  
  45. -- part 18 (field)
  46. -- low flags: 81
  47. -- high flags: 0001
  48. -- rect: left=260 top=28 right=300 bottom=506
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 0 / 0
  51. -- text alignment: 1
  52. -- font id: 3
  53. -- text size: 18
  54. -- style flags: 256
  55. -- line height: 24
  56. -- part name: correct
  57. ----- HyperTalk script -----
  58. on mouseup
  59.   hide  card field correct
  60.   hide card field answ
  61. end mouseup
  62.  
  63.  
  64. -- part 19 (button)
  65. -- low flags: 00
  66. -- high flags: 8003
  67. -- rect: left=253 top=303 right=335 bottom=347
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Instructions
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   push card
  79.   go to card "instructions"
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 20 (button)
  85. -- low flags: 00
  86. -- high flags: 8003
  87. -- rect: left=407 top=321 right=339 bottom=504
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: New Problem
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   global count
  99.   global a
  100.   global b
  101.   global ans
  102.   global result
  103.   go to card "start"
  104.   send mouseup to card button "new problem"
  105.  
  106. end mouseUp
  107.  
  108.  
  109.  
  110. -- part 24 (button)
  111. -- low flags: 00
  112. -- high flags: 8003
  113. -- rect: left=460 top=21 right=49 bottom=512
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 0 / 0
  116. -- text alignment: 1
  117. -- font id: 0
  118. -- text size: 12
  119. -- style flags: 0
  120. -- line height: 16
  121. -- part name: Quit
  122. ----- HyperTalk script -----
  123. on mouseUp
  124.   go to card 1
  125. end mouseUp
  126.  
  127.  
  128.  
  129. -- part 26 (field)
  130. -- low flags: 81
  131. -- high flags: 0004
  132. -- rect: left=267 top=211 right=294 bottom=503
  133. -- title width / last selected line: 0
  134. -- icon id / first selected line: 0 / 0
  135. -- text alignment: 1
  136. -- font id: 3
  137. -- text size: 12
  138. -- style flags: 256
  139. -- line height: 16
  140. -- part name: answ
  141. ----- HyperTalk script -----
  142. on mouseup
  143.   hide card field answ
  144. end mouseup
  145.  
  146.  
  147.  
  148. -- part contents for card part 12
  149. ----- text -----
  150. 7483
  151.  
  152. -- part contents for background part 7
  153. ----- text -----
  154. 0
  155. 1
  156. 2
  157. 3
  158. 4
  159. 5
  160. 6
  161. 7
  162. 8
  163. 9
  164. 10
  165. 11
  166. 12
  167. 13
  168. 14
  169. 15
  170. 16
  171. 17
  172. 18
  173. 19
  174. 20
  175. 21
  176. 22
  177. 23
  178. 24
  179. 25
  180. 26
  181. 27
  182. 28
  183. 29
  184. 30
  185. 31
  186. 32
  187. 33
  188. 34
  189. 35
  190. 36
  191. 37
  192. 38
  193. 39
  194. 40
  195. 41
  196. 42
  197. 43
  198. 44
  199. 45
  200. 46
  201. 47
  202. 48
  203. 48
  204. 50
  205.  
  206.  
  207. -- part contents for card part 26
  208. ----- text -----
  209.  
  210. Click here 
  211. for 
  212. Computer's Answer
  213.  
  214. -- part contents for card part 18
  215. ----- text -----
  216. correct!
  217.  
  218. score
  219. 108
  220.  
  221. 83
  222. seconds
  223.  
  224. The computer's answer was 
  225. 17.06